Unsubscribe<T> Method

Summary
Allow components to un-register from a typed events registered with the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.Subscribe<T> method.
Syntax
C#
C++/CLI
public void Unsubscribe<T>( 
   EventHandler<T> onEventExecuted 
) 
public:  
   generic<typename T> 
   void Unsubscribe( 
      EventHandler<T>^ onEventExecuted 
   ) 

Parameters

onEventExecuted
A callback that is used when calling the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.Subscribe<T> method.

Type Parameters

T
The type of the event the component is wants to unsubscribe from.

Requirements

Target Platforms

Help Version 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.